home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 090 / iau.arc / PUBDOM.DOC < prev    next >
Text File  |  1987-05-18  |  3KB  |  63 lines

  1.  
  2.  
  3.  
  4.  
  5.                                                                                            Two South Spring Street
  6.                                                                                             Concord, NH 03301-2424
  7.  
  8. May 18, 1987
  9.  
  10.  
  11. Public Brand Software
  12. P.O. Box 51315
  13. Indianapolis, IN 46521
  14.  
  15. Re:     Software order
  16.         Entry in Public Domain Contest
  17.  
  18. Gentlemen:
  19.  
  20. Please process the enclosed order as soon as possible.  By the way, I appreciate the service that you folks 
  21. provide.  It encourages honesty by users, and encourages programmers to write more programs!  
  22.  
  23. Speaking of writing programs, I have one which I would like to submit for your "3rd Public Brand Software Public 
  24. Domain (and User Supported) Software Contest."  It is called "IAU.EXE", which stands for "Interleave Adjustment 
  25. Utility."  I have tested it on several manufacuters' machines, including IBM's AT and XT, Commodore PC-10, Zenith 
  26. Z-200 series, Honeywell, and one of the Compaq machines.  
  27.  
  28. As you may know, the interleave setting affects hard disk performance.  Normally, to change the setting, you must 
  29. erase all of your data which is on your hard disk.  My program keeps all of the data there, which eliminates the 
  30. possibility of problems during backup or restore.  The method for doing this is as follows: 
  31.  
  32.         Read one entire track into memory.  
  33.         Format that track with the new interleave value.  
  34.         Write the original data back out in the new format.  
  35.  
  36.         Repeat for the entire disk.  
  37.  
  38. The program is written in 'C', except for some low-level routines which work better when coded in assembly 
  39. language.  I have included it on this disk for your perusal.  
  40.  
  41. There are a few "DOC" files which need to be present with the software so that the help screens work.  They are 
  42. DOC files so that womeone can PRINT them if so desired.  They can be modified in case the user wants the program 
  43. to give different help messages.  
  44.  
  45. "I am the author of this program and intend it to be freely distributed so long as the copyright notice is not 
  46. altered in any way." 
  47.  
  48. By the way, I would be glad to make the source code available along with the .EXE file, since I think that the 
  49. novelty of this program is its "Read-Format-Write" function.  There are no real "tricks" in the code itself -- 
  50. instead, the trick is in its execution, which could be duplicated once the method is realized.  
  51.  
  52. Please notify me if you need any additional information.  
  53.  
  54. Regards, 
  55.  
  56.  
  57. Dave Bushong 
  58.  
  59.  
  60.  
  61.  
  62.  
  63.